FlexReport for WPF
RemoveAt メソッド (C1KeyedList<TKey,TItem>)


C1.WPF.Document アセンブリ > C1.WPF.Document 名前空間 > C1KeyedList<TKey,TItem> クラス : RemoveAt メソッド
削除する要素のゼロから始まるインデックス。
C1KeyedList<TKey,TItem> の指定されたインデックスにある要素を削除します。
シンタックス
'宣言
 
Public Sub RemoveAt( _
   ByVal index As System.Integer _
) 
'使用法
 
Dim instance As C1KeyedList(Of TKey,TItem)
Dim index As System.Integer
 
instance.RemoveAt(index)
public void RemoveAt( 
   System.int index
)

パラメータ

index
削除する要素のゼロから始まるインデックス。
参照

C1KeyedList<TKey,TItem> クラス
C1KeyedList<TKey,TItem> メンバ